From 92fca23244f59f0df0336814f553b8e668223c0b Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Tue, 16 Feb 2016 00:22:12 +0100 Subject: [PATCH] win32 theme: Always include the win32 theme It's not very useful outside of Windows so far, but that will hopefully change. --- gtk/Makefile.am | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/gtk/Makefile.am b/gtk/Makefile.am index 944ddec57c..566ec95e40 100644 --- a/gtk/Makefile.am +++ b/gtk/Makefile.am @@ -1238,10 +1238,8 @@ gtk.gresource.xml: Makefile.am inspector/Makefile.inc echo " theme/HighContrast/gtk-inverse.css" >> $@; \ echo " theme/HighContrast/gtk-contained.css" >> $@; \ echo " theme/HighContrast/gtk-contained-inverse.css" >> $@; \ - if test "$(win32_theme)" = "yes"; then \ - echo " theme/win32/gtk-win32-base.css" >> $@; \ - echo " theme/win32/gtk.css" >> $@; \ - fi; \ + echo " theme/win32/gtk-win32-base.css" >> $@; \ + echo " theme/win32/gtk.css" >> $@; \ for f in $(srcdir)/cursor/*.png; do \ n=`basename $$f`; \ echo " cursor/$$n" >> $@; \ @@ -1367,7 +1365,6 @@ libgtk_3_la_LIBADD = $(libadd) libgtk_3_la_DEPENDENCIES = $(deps) if USE_WIN32 -win32_theme = yes libgtk_3_la_LIBADD += -lole32 -lgdi32 -lcomdlg32 -lwinspool -lcomctl32 libgtk_3_la_LDFLAGS += -Wl,-luuid $(gtk_win32_res_ldflag) libgtk_3_la_DEPENDENCIES += $(gtk_win32_res) -- 2.30.2